Skip to content

Add Cartan eilenberg resolutions of complexes#4248

Merged
joschmitt merged 10 commits intooscar-system:masterfrom
HechtiDerLachs:cartan_eilenberg_resolutions
Nov 26, 2024
Merged

Add Cartan eilenberg resolutions of complexes#4248
joschmitt merged 10 commits intooscar-system:masterfrom
HechtiDerLachs:cartan_eilenberg_resolutions

Conversation

@HechtiDerLachs
Copy link
Copy Markdown
Collaborator

This is a draft PR for adding Cartan-Eilenberg resolutions for complexes of modules.

I am working on this because I use it in a paper which I am going to present in this conference. This is still work in progress, but I want to keep it up to date with the current OSCAR and make sure that tests are running.

@HechtiDerLachs HechtiDerLachs marked this pull request as draft October 25, 2024 13:33
@codecov
Copy link
Copy Markdown

codecov Bot commented Oct 25, 2024

Codecov Report

Attention: Patch coverage is 78.22581% with 27 lines in your changes missing coverage. Please review.

Project coverage is 84.59%. Comparing base (eaa8972) to head (d5eaa1e).
Report is 304 commits behind head on master.

Files with missing lines Patch % Lines
...mplexes/src/Objects/cartan_eilenberg_resolution.jl 75.67% 27 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #4248      +/-   ##
==========================================
- Coverage   84.59%   84.59%   -0.01%     
==========================================
  Files         631      632       +1     
  Lines       85064    85177     +113     
==========================================
+ Hits        71960    72054      +94     
- Misses      13104    13123      +19     
Files with missing lines Coverage Δ
...tal/DoubleAndHyperComplexes/src/Morphisms/Types.jl 77.19% <100.00%> (+2.68%) ⬆️
...exes/src/Morphisms/cartan_eilenberg_resolutions.jl 88.46% <ø> (-2.17%) ⬇️
...ental/DoubleAndHyperComplexes/src/Objects/Types.jl 72.12% <100.00%> (ø)
...l/DoubleAndHyperComplexes/src/base_change_types.jl 95.23% <100.00%> (+0.23%) ⬆️
src/Modules/ModulesGraded.jl 73.72% <100.00%> (ø)
...mplexes/src/Objects/cartan_eilenberg_resolution.jl 75.67% <75.67%> (ø)

... and 6 files with indirect coverage changes

@HechtiDerLachs HechtiDerLachs marked this pull request as ready for review November 13, 2024 11:27
@fieker
Copy link
Copy Markdown
Contributor

fieker commented Nov 13, 2024

@wdecker is dealing with it

@jankoboehm
Copy link
Copy Markdown
Contributor

Looks good from my side.

end

function degrees(M::FreeMod)
function degrees(M::FreeMod; check::Bool=true)
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is this check argument for? I am asking because it is not used in the function body. Is it just for consistency with other module types?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's for compatibility with the other signatures, yes.

@HechtiDerLachs
Copy link
Copy Markdown
Collaborator Author

Can this be merged? I would like to rebase #4327 on this, once we're ready.

Copy link
Copy Markdown
Member

@joschmitt joschmitt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jankoboehm said it looks good, so I merge.

@joschmitt joschmitt merged commit ea8bd99 into oscar-system:master Nov 26, 2024
@HechtiDerLachs HechtiDerLachs deleted the cartan_eilenberg_resolutions branch November 26, 2024 06:41
@thofma thofma added topic: algebraic geometry enhancement New feature or request release notes: use title For PRs: the title of this PR is suitable for direct use in the release notes labels Feb 27, 2025
@HechtiDerLachs HechtiDerLachs changed the title Cartan eilenberg resolutions Add Cartan eilenberg resolutions of complexes Feb 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request release notes: use title For PRs: the title of this PR is suitable for direct use in the release notes topic: commutative algebra

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants